home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 February
/
macformat-047.iso
/
Shareware Plus
/
Developers
/
CLImax 1.0
/
AppleScript and CLImax
/
Advanced AppleScript
/
Handlers to try
/
ctc
/
ctc.rsrc
/
TEXT_256.txt
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-04-16
|
119 b
|
6 lines
on ctc(t,c)
tell app "Finder"
set file type of selection to t
set creator type of selection to c
end tell
end ctc